Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NDynamicArrayRing<T> Class
Fields Properties Methods


In This Topic
    NDynamicArrayRing<T> Class Members
    In This Topic

    The following tables list the members exposed by NDynamicArrayRing<T>.

    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the capacity of the backing array.  
    Public PropertyGets the count of items in this set.  
    Public PropertyGets the head index. Valid only if Count is not zero.  
    Public PropertyGets or sets the element at the specified index.  
    Public PropertyGets the internal items backing array.  
    Public PropertyGets the tail index. Valid only if Count is not zero.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified item  
    Public MethodOverloaded. Sorts the entire list by using a default comparer and the bubble sort algorithm.  
    Public MethodRemoves all items  
    Public MethodQueries whether the specified item is contained in this set.  
    Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
    Public MethodGets an iterator that iterates through the items in forward order.  
    Public MethodGets an iterator that iterates through the items in a reverse order.  
    Public MethodOverloaded. Gets the index at which the item appears in the set for the first time. Returns -1 if the item does not appear in the set.  
    Public MethodInserts the item at the specified index  
    Public MethodOverloaded. Gets the index at which the item appears in the set for the last time. Returns -1 if the item does not appear in the set.  
    Public MethodOverloaded. Removes the specified item  
    Public MethodRemoves all occurrence of the specified item.  
    Public MethodRemoves the item at the specified index  
    Public MethodOverloaded. Removes the last occurrence of the specified item (if any)  
    Public MethodOverloaded. Sorts the entire list by using a default comparer and the quick sort algorithm.  
    Public MethodCreates an array and populates it with the items of this set.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Top
    See Also